home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / 131_01.zip / BDS.EQU < prev    next >
Text File  |  1993-06-05  |  768b  |  41 lines

  1. ;BDS.EQU  v1.50  10-21-83
  2. ;Compressed from BDS.LIB
  3.  
  4. ccc    equ    100h
  5. ram    equ    ccc+52Bh
  6.  
  7. extrns    equ    ccc+15h
  8. error    equ    ccc+1Dh
  9. exit    equ    error+3
  10.  
  11. eqwel    equ    ccc+0E5h
  12. smod    equ    ccc+10Fh
  13. usmod    equ    ccc+129h
  14. smul    equ    ccc+13Fh
  15. usmul    equ    ccc+16Bh
  16. usdiv    equ    ccc+189h
  17. sdiv    equ    ccc+1CBh
  18. cmphd    equ    ccc+1DDh
  19. cmh    equ    ccc+1FAh
  20. cmd    equ    ccc+202h
  21.  
  22. ma1toh    equ    ccc+20Ah
  23. ma2toh    equ    ccc+213h
  24. ma3toh    equ    ma2toh+6
  25. ma4toh    equ    ma2toh+12
  26. ma5toh    equ    ma2toh+18
  27. ma6toh    equ    ma2toh+24
  28. ma7toh    equ    ma2toh+30
  29.  
  30. arghak    equ    ma2toh+36
  31.  
  32. errnum    equ    ram+21
  33. args    equ    ram+37
  34. arg1    equ    args
  35. arg2    equ    args+2
  36. arg3    equ    args+4
  37. arg4    equ    args+6
  38. arg5    equ    args+8
  39. arg6    equ    args+10
  40. arg7    equ    args+12
  41.